const runtime._SIG_IGN
9 uses
runtime (current package)
signal_unix.go#L41: _SIG_IGN uintptr = 1
signal_unix.go#L140: if fwdSig[i] != _SIG_DFL && fwdSig[i] != _SIG_IGN {
signal_unix.go#L142: } else if fwdSig[i] == _SIG_IGN {
signal_unix.go#L161: if atomic.Loaduintptr(&fwdSig[sig]) == _SIG_IGN {
signal_unix.go#L257: setsig(sig, _SIG_IGN)
signal_unix.go#L299: h = _SIG_IGN
signal_unix.go#L1015: if handler == _SIG_IGN || (handler == _SIG_DFL && flags&_SigIgn != 0) {
signal_unix.go#L1178: if fwdFn == _SIG_IGN || (fwdFn == _SIG_DFL && flags&_SigIgn != 0) {
signal_unix.go#L1224: if fwdFn != _SIG_IGN {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |